projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eedf57f
)
win32: Don't use separators in comboboxes
author
Alexander Larsson
<alexl@redhat.com>
Fri, 16 Mar 2012 10:05:00 +0000
(11:05 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Fri, 16 Mar 2012 10:05:00 +0000
(11:05 +0100)
gtk/gtk-win32-base.css
patch
|
blob
|
history
diff --git
a/gtk/gtk-win32-base.css
b/gtk/gtk-win32-base.css
index 16000bbad52c684a3be539cf1f3d3fb95327a021..35d403ce7f6f3f8a02771ad7385218fed5955576 100644
(file)
--- a/
gtk/gtk-win32-base.css
+++ b/
gtk/gtk-win32-base.css
@@
-622,7
+622,6
@@
GtkProgressBar.trough.vertical {
/* Combobox */
-
GtkComboBox.combobox-entry .button {
background-color: transparent;
border-width: 0;
@@
-645,6
+644,13
@@
GtkComboBox.combobox-entry .button:insensitive {
background-image: -gtk-win32-theme-part(combobox, 1 4);
}
+GtkComboBox .separator {
+ /* always disable separators */
+ -GtkWidget-wide-separators: true;
+ -GtkWidget-horizontal-separator: 0;
+ -GtkWidget-vertical-separator: 0;
+}
+
/* Notebook */
.notebook {